From a93745238f867d56b4ea268f269914d25406f725 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 10 Aug 2019 08:43:44 +0200 Subject: [PATCH] snapshot: Annotate child_bounds parameter of push_repeat as nullable --- gtk/gtksnapshot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtksnapshot.c b/gtk/gtksnapshot.c index 96cbcf2604..8925672f18 100644 --- a/gtk/gtksnapshot.c +++ b/gtk/gtksnapshot.c @@ -615,7 +615,8 @@ gtk_snapshot_ensure_identity (GtkSnapshot *snapshot) * gtk_snapshot_push_repeat: * @snapshot: a #GtkSnapshot * @bounds: the bounds within which to repeat - * @child_bounds: the bounds of the child + * @child_bounds: (nullable): the bounds of the child or %NULL + * to use the full size of the collected child node * * Creates a node that repeats the child node. * -- 2.30.2